From 100b0bf7d92d490254e900052f2b351b29fa19fc Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 14 Sep 2021 16:26:05 +0200 Subject: [PATCH] texture: Remove declaration for nonexisting function --- gdk/gdktextureprivate.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdk/gdktextureprivate.h b/gdk/gdktextureprivate.h index 29fca0a9ba..f4cb5eab66 100644 --- a/gdk/gdktextureprivate.h +++ b/gdk/gdktextureprivate.h @@ -35,9 +35,6 @@ struct _GdkTextureClass { gsize stride); }; -gpointer gdk_texture_new (const GdkTextureClass *klass, - int width, - int height); GdkTexture * gdk_texture_new_for_surface (cairo_surface_t *surface); cairo_surface_t * gdk_texture_download_surface (GdkTexture *texture); /* NB: GdkMemoryTexture */ -- 2.30.2